type runtime.stackObjectRecord
9 uses
runtime (current package)
mgcstack.go#L152: r *stackObjectRecord // info of the object (for ptr/nonptr bits). nil if object has been scanned.
mgcstack.go#L160: func (obj *stackObject) setRecord(r *stackObjectRecord) {
mgcstack.go#L270: func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) {
stack.go#L1343: type stackObjectRecord struct {
stack.go#L1356: func (r *stackObjectRecord) gcdata() (uintptr, *byte) {
stkframe.go#L157: func (frame *stkframe) getStackMap(debug bool) (locals, args bitvector, objs []stackObjectRecord) {
stkframe.go#L249: r0 := (*stackObjectRecord)(noescape(p))
stkframe.go#L262: var methodValueCallFrameObjs [1]stackObjectRecord // initialized in stkobjinit
stkframe.go#L280: methodValueCallFrameObjs[0] = stackObjectRecord{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |